简体中文
microtime() 函数返回当前 Unix 时间戳的微秒数。
microtime()
返回当前 Unix 时间戳的微秒数:
<?php echo(microtime()); ?>
亲自试一试
microtime(get_as_float);